#top {
	position:fixed;
	margin-left: 50px;
	top:0px;
	width:755px;
	height:130px;	
	border:1px solid #000099;
	border-right-style: solid;
	border-collapse: collapse;			
	}
   
#menu {
	position:fixed;
	margin-left:20px;
	top:158px;
	width:250px;
	height:600px;
	padding: 15px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border:1px solid #558000;
	border-right-style: solid;
	border-collapse: collapse;	
	}
    
#Content {
	position:fixed;
	top:130px;
	margin-left: 50px;
	width:755px;
	height:650px;
	padding: 13px;
	border:1px solid #000099;
	border-right-style: solid;
	border-collapse: collapse;	
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-top: none;
	}
	
#Bottom {
	position:fixed;
	top:650px;
	width:1097px;
	height:100px;	
	left:33px;
	border-right-style: solid;
	background-color: #A6D6AE;
	border-color:#A6D6AE;
	}
table {
  font-family: font-family: verdana;
  border-collapse: collapse;
  width: 100%;
}
th {
	font-family: verdana;
  border: 1px solid #000066;
  text-align: left;
  padding: 10px;
}

td {
	font-family: verdana;
	font-size: 15px;
	color: #000066;
	}
	
#regForm {
  background-color: #ffffff;
  font-family: arial, sans-serif;
  padding: 10px;
  width: 90%;
  color: #004B88;
  line-height: 130%;	
}
h1 {
  text-align: center;  
}
input {
  padding: 5px;
  width: 100%;
  font-size: 15px;
  font-family: verdana;
  border: 1px solid #004B88;
  color: #004B88;
}

option{
  font-family: verdana;
  color: #004B88;
  font-size: 15px;
}
select {
	padding:3px;
	margin: 0;
	cursor:pointer;
	font-family: verdana;
	color: #004B88;
	font-size: 15px;
	border:1px solid #004B88;
	border-radius:4px;
	display: inline-block;
	cursor:pointer;
}



/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  font-family: verdana;
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  font-family: Raleway;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
#prevBtn {
  background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

div {
  box-sizing: border-box;
  width: 100%;
  /* border: 1px solid red; */
  float: center;
}

/* page-break-after works, as well */
.pagebreak { page-break-before: always; } 

H4 {text-decoration: underline;}	
	